home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000210_news@columbia.edu_Thu Oct 26 14:58:27 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17000
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 26 Oct 1995 10:58:41 -0400
  3. Received: by apakabar.cc.columbia.edu id AA06414
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 26 Oct 1995 10:58:33 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  6. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Extracting path name of kermit take or init file
  9. Date: 26 Oct 1995 14:58:27 GMT
  10. Organization: Columbia University
  11. Lines: 26
  12. Message-Id: <46o7mj$68c@apakabar.cc.columbia.edu>
  13. References: <46ekdf$bsv@ixnews5.ix.netcom.com> <46jo55$jn9@ixnews4.ix.netcom.com> <46mirl$onh@ixnews5.ix.netcom.com> <46o01e$1nh@apakabar.cc.columbia.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <46o01e$1nh@apakabar.cc.columbia.edu>,
  18. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  19. >In article <46mirl$onh@ixnews5.ix.netcom.com>,
  20. >David Pollack  <adldata@ix.netcom.com> wrote:
  21. >: woops: I found it, MS DOS kermit does have \v(inidir). But what about
  22. >: C-kermit.
  23. >: 
  24. >Right -- It's not in C-Kermit after all.  Delusions of compatibility.
  25. >We'll try to have it in the next release.
  26.  
  27. In C-Kermit the way to do this is to use:
  28.  
  29. asg _inifile \v(cmdfile)        ; Get directory where this file is kept...
  30. asg _inidirlen \feval(\flength(\m(_inifile))-11)
  31. asg _inidir \fsubstr(\m(_inifile),1,\m(_inidirlen))
  32.  
  33. Then you can reference \m(_inidir) wherever you need \v(inidir)
  34.  
  35.  
  36.  
  37.  
  38.  
  39. Jeffrey Altman * PO Box 220415 * Great Neck, NY * 11022-0415 * (516) 466-5495
  40. NEW: OS/2 C-Kermit 5A(191): 
  41.    ftp://kermit.columbia.edu/kermit/archives/cko191.zip 
  42.    http://www.columbia.edu/kermit/cko191.html